home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000206_news@columbia.edu _Sun Oct 17 11:26:23 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA16459
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 17 Oct 1999 11:26:22 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA12096
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 17 Oct 1999 11:18:12 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: C-kermit scripts to poll remote sites?
  11. Date: 17 Oct 1999 15:18:11 GMT
  12. Organization: Columbia University
  13. Message-ID: <7ucpbj$bpu$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <380913E3.37DB2EF3@usit.net>, ERA  <era@usit.net> wrote:
  17. : I just looked through the script repository -
  18. : http://www.columbia.edu/kermit/ckscripts.html
  19. : - to see if there were any scripts upon which I could build a polling
  20. : process. Unfortunately I saw nothing.
  21. : I will soon be in the process of upgrading a client with four store
  22. : locations and will need this script by late November, early December.
  23. : I'm recommending they buy c-kermit (OpenServer 5.0.5) for the polling
  24. : system at the main store and one of the remotes and DOS-Kermit (IBM
  25. : PC-DOS 2000) on two of the remotes.
  26. : I don't look forward to trying to do this from scratch on top of all
  27. : the other upgrade work involved. If anyone has a polling script they
  28. : wish to share I would appreciate the help. I'm looking for something
  29. : with failsafes and redundancy for failed transmissions. E-mail me
  30. : anything you have or a message if you wish to discuss this with me.
  31. : TIA!
  32. :
  33. A fair chunk of Chapter 19 of the manual:
  34.  
  35.   http://www.columbia.edu/kermit/ck60.html
  36.  
  37. is devoted to this topic.
  38.  
  39. - Frank